O_REUSEADDR is not enough to ensure we don't get address in use errors when
authorshand@ubuntu.eng.hq.xensource.com <shand@ubuntu.eng.hq.xensource.com>
Thu, 15 Sep 2005 01:46:40 +0000 (17:46 -0800)
committershand@ubuntu.eng.hq.xensource.com <shand@ubuntu.eng.hq.xensource.com>
Thu, 15 Sep 2005 01:46:40 +0000 (17:46 -0800)
commite739a4d453d6bc578d24dd21a1054e77351075b4
treec9cfe2d9d0da13f131b6405769761e2f0f7a3c61
parent590d9c58a14eb1844b49f91498cbe4cfac43cbb6
O_REUSEADDR is not enough to ensure we don't get address in use errors when
xend dies from a signal.

We implement a 30 second time to ensure we don't fail if we don't have to.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
tools/python/xen/web/tcp.py